pub unsafe extern "C" fn ostree_commit_sizes_entry_new(
    checksum: *const c_char,
    objtype: OstreeObjectType,
    unpacked: u64,
    archived: u64
) -> *mut OstreeCommitSizesEntry
Available on crate feature v2020_1 only.