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