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