pub unsafe extern "C" fn git_blob_create_fromdisk(
    id: *mut git_oid,
    repo: *mut git_repository,
    path: *const c_char
) -> c_int