Function libgit2_sys::git_config_delete_entry

source ยท
pub unsafe extern "C" fn git_config_delete_entry(
    cfg: *mut git_config,
    name: *const c_char,
) -> c_int