windows::Win32::Globalization

Function GetCurrencyFormatA

pub unsafe fn GetCurrencyFormatA<P2>(
    locale: u32,
    dwflags: u32,
    lpvalue: P2,
    lpformat: Option<*const CURRENCYFMTA>,
    lpcurrencystr: Option<&mut [u8]>,
) -> i32
where P2: Param<PCSTR>,