pub unsafe fn CreatePresentationFactory<P0>(
    d3ddevice: P0,
    riid: *const GUID,
    presentationfactory: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<IUnknown>,