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