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