pub fn compute_checksum_for_data(
    checksum_type: ChecksumType,
    data: &[u8]
) -> Option<GString>