pub unsafe extern "C" fn cuvsRMMHostAlloc(
ptr: *mut *mut c_void,
bytes: usize,
) -> cuvsError_tExpand description
@brief Allocates pinned memory on the host using RMM @param[out] ptr Pointer to allocated host memory @param[in] bytes Size in bytes to allocate @return cuvsError_t