pub type cudaUUID_t = CUuuid_st;
#[repr(C)]pub struct cudaUUID_t { pub bytes: [i8; 16], }
bytes: [i8; 16]