pub type CUstream_flags = CUstream_flags_enum;
#[repr(u32)]pub enum CUstream_flags { CU_STREAM_DEFAULT = 0, CU_STREAM_NON_BLOCKING = 1, }