Function windows::Win32::Globalization::GetCurrencyFormatA
pub unsafe fn GetCurrencyFormatA<P0>(
locale: u32,
dwflags: u32,
lpvalue: P0,
lpformat: Option<*const CURRENCYFMTA>,
lpcurrencystr: Option<&mut [u8]>,
) -> i32where
P0: Param<PCSTR>,