pub unsafe fn DXVA2CreateVideoService<P0>(
    pdd: P0,
    riid: *const GUID,
    ppservice: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<IDirect3DDevice9>,