pub type PDXVAHDSW_DestroyVideoProcessor = Option<unsafe extern "system" fn(hvideoprocessor: HANDLE) -> HRESULT>;

Aliased Type§

enum PDXVAHDSW_DestroyVideoProcessor {
    None,
    Some(unsafe extern "system" fn(_: HANDLE) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HANDLE) -> HRESULT)

Some value of type T.