pub unsafe extern "C" fn hipArrayDestroy(
array: hipArray_t,
) -> hipError_t
Expand description
@brief Destroy an array memory pointer on the device.
@param[in] array Pointer to the array memory
@return #hipSuccess, #hipErrorInvalidValue
@see hipArrayCreate, hipArrayDestroy, hipFreeArray