pub unsafe extern "C" fn hipDestroyExternalMemory(
    extMem: *mut c_void
) -> hipError_t
Expand description

@brief Destroys an external memory object.

@param[in] extMem External memory object to be destroyed

@return #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue

@see