pub unsafe fn WICMapSchemaToName<P1>( guidmetadataformat: *const GUID, pwzschema: P1, wzname: Option<&mut [u16]>, pcchactual: *mut u32, ) -> Result<()>where P1: Param<PCWSTR>,