Function GetCurrencyFormatA

Source
pub unsafe extern "C" fn GetCurrencyFormatA(
    Locale: LCID,
    dwFlags: DWORD,
    lpValue: LPCSTR,
    lpFormat: *const CURRENCYFMTA,
    lpCurrencyStr: LPSTR,
    cchCurrency: c_int,
) -> c_int