libgit2_sys

Function git_reflog_rename

Source
pub unsafe extern "C" fn git_reflog_rename(
    repo: *mut git_repository,
    old_name: *const c_char,
    name: *const c_char,
) -> c_int