[][src]Function cuda_runtime_sys::cudaMalloc

pub unsafe extern "C" fn cudaMalloc(
    devPtr: *mut *mut c_void,
    size: usize
) -> cudaError_t