pub unsafe extern "C" fn cudaMemset2DAsync( devPtr: *mut c_void, pitch: usize, value: i32, width: usize, height: usize, stream: *mut CUstream_st ) -> cudaError