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