[][src]Function cuda_runtime_sys::cudaMemset2DAsync

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