Function cudaMalloc

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