pub unsafe extern "C" fn cudaEventElapsedTime(
    ms: *mut f32,
    start: *mut CUevent_st,
    end: *mut CUevent_st
) -> cudaError