pub type PFN_rpsRuntimeDeviceDestroy = Option<unsafe extern "C" fn(pUserContext: *mut c_void)>;
Signature of functions for destroying a runtime device.
@param pUserContext User defined context.