pub unsafe extern "C" fn cuvsRMMAlloc(
res: cuvsResources_t,
ptr: *mut *mut c_void,
bytes: usize,
) -> cuvsError_tExpand description
@brief Allocates device memory using RMM
@param[in] res cuvsResources_t opaque C handle @param[out] ptr Pointer to allocated device memory @param[in] bytes Size in bytes to allocate @return cuvsError_t