windows::Win32::Globalization

Function GetCurrencyFormatW

pub unsafe fn GetCurrencyFormatW<P2>(
    locale: u32,
    dwflags: u32,
    lpvalue: P2,
    lpformat: Option<*const CURRENCYFMTW>,
    lpcurrencystr: Option<&mut [u16]>,
) -> i32
where P2: Param<PCWSTR>,