pub unsafe extern "C" fn git_config_get_string_buf(
    out: *mut git_buf,
    cfg: *const git_config,
    name: *const c_char
) -> c_int