pub unsafe fn WMCreateSyncReader<P0>(
    punkcert: P0,
    dwrights: u32
) -> Result<IWMSyncReader>
where P0: IntoParam<IUnknown>,