pub type hipStreamCallback_t = Option<unsafe extern "C" fn(stream: hipStream_t, status: hipError_t, userData: *mut c_void)>;
Expand description
Stream CallBack struct
Aliased Type§
enum hipStreamCallback_t {
None,
Some(unsafe extern "C" fn(_: *mut ihipStream_t, _: u32, _: *mut c_void)),
}