pub unsafe fn MFGetService<P0>(
    punkobject: P0,
    guidservice: *const GUID,
    riid: *const GUID,
    ppvobject: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<IUnknown>,