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