libgit2_sys

Function git_oid_fromraw

Source
pub unsafe extern "C" fn git_oid_fromraw(
    out: *mut git_oid,
    raw: *const c_uchar,
) -> c_int