pub unsafe fn MFCreateWICBitmapBuffer<P0>(
    riid: *const GUID,
    punksurface: P0
) -> Result<IMFMediaBuffer>
where P0: IntoParam<IUnknown>,