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