pub unsafe fn MFCreateVideoPresenter<P0>(
    powner: P0,
    riiddevice: *const GUID,
    riid: *const GUID,
    ppvideopresenter: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<IUnknown>,