pub unsafe fn GetNumberFormatA<P0>(
    locale: u32,
    dwflags: u32,
    lpvalue: P0,
    lpformat: Option<*const NUMBERFMTA>,
    lpnumberstr: Option<&mut [u8]>
) -> i32
where P0: IntoParam<PCSTR>,