libgit2_sys

Function git_buf_grow

Source
pub unsafe extern "C" fn git_buf_grow(
    buffer: *mut git_buf,
    target_size: size_t,
) -> c_int