pub type VdpPresentationQueueTargetDestroy = Option<unsafe extern "C" fn(presentation_queue_target: VdpPresentationQueueTarget) -> VdpStatus>;Expand description
\brief Destroy a VdpPresentationQueueTarget. \param[in] presentation_queue_target The target to destroy. \return VdpStatus The completion status of the operation.
Aliased Type§
pub enum VdpPresentationQueueTargetDestroy {
None,
Some(unsafe extern "C" fn(u32) -> u32),
}