[][src]Function cuda_runtime_sys::cudaMallocArray

pub unsafe extern "C" fn cudaMallocArray(
    array: *mut cudaArray_t,
    desc: *const cudaChannelFormatDesc,
    width: usize,
    height: usize,
    flags: c_uint
) -> cudaError_t