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