pub unsafe extern "C" fn SBDataSetDataFromUInt64Array(
    instance: SBDataRef,
    array: *mut u64,
    array_len: usize
) -> bool