libgit2_sys

Function git_refspec_rtransform

Source
pub unsafe extern "C" fn git_refspec_rtransform(
    out: *mut git_buf,
    spec: *const git_refspec,
    name: *const c_char,
) -> c_int