pub type VdpDecoderDestroy = Option<unsafe extern "C" fn(decoder: VdpDecoder) -> VdpStatus>;Expand description
\brief Destroy a VdpDecoder. \param[in] surface The decoder’s handle. \return VdpStatus The completion status of the operation.
Aliased Type§
pub enum VdpDecoderDestroy {
None,
Some(unsafe extern "C" fn(u32) -> u32),
}