pub type PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETCOUNT = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, pcount: *mut u32) -> HRESULT>;

Aliased Type§

enum PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETCOUNT {
    None,
    Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: *mut u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: *mut u32) -> HRESULT)

Some value of type T.