pub unsafe extern "C" fn git_note_remove(
    repo: *mut git_repository,
    notes_ref: *const c_char,
    author: *const git_signature,
    committer: *const git_signature,
    oid: *const git_oid
) -> c_int