Function GetCurrencyFormatEx

Source
pub unsafe extern "C" fn GetCurrencyFormatEx(
    lpLocaleName: LPCWSTR,
    dwFlags: DWORD,
    lpValue: LPCWSTR,
    lpFormat: *const CURRENCYFMTW,
    lpCurrencyStr: LPWSTR,
    cchCurrency: c_int,
) -> c_int