pub unsafe extern "C" fn cudaStreamWaitEvent(
    stream: *mut CUstream_st,
    event: *mut CUevent_st,
    flags: u32
) -> cudaError