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