Function GetCurrencyFormatEx
pub unsafe fn GetCurrencyFormatEx<P0, P2>(
lplocalename: P0,
dwflags: u32,
lpvalue: P2,
lpformat: Option<*const CURRENCYFMTW>,
lpcurrencystr: Option<&mut [u16]>,
) -> i32where
P0: Param<PCWSTR>,
P2: Param<PCWSTR>,