Function libgit2_sys::git_odb_hash

source ·
pub unsafe extern "C" fn git_odb_hash(
    out: *mut git_oid,
    data: *const c_void,
    len: size_t,
    otype: git_otype
) -> c_int