Function OleMetafilePictFromIconAndLabel
pub unsafe fn OleMetafilePictFromIconAndLabel<P1, P2>(
hicon: HICON,
lpszlabel: P1,
lpszsourcefile: P2,
iiconindex: u32,
) -> Result<HGLOBAL>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,