pub unsafe extern "C" fn cuda_launch_host_function(
stream: CudaStreamHandle,
host_fn: Option<unsafe extern "C" fn(*mut c_void)>,
data: *const c_void,
) -> CudaRustErrorpub unsafe extern "C" fn cuda_launch_host_function(
stream: CudaStreamHandle,
host_fn: Option<unsafe extern "C" fn(*mut c_void)>,
data: *const c_void,
) -> CudaRustError