pub unsafe fn GetNumberFormatA<P2>( locale: u32, dwflags: u32, lpvalue: P2, lpformat: Option<*const NUMBERFMTA>, lpnumberstr: Option<&mut [u8]>, ) -> i32where P2: Param<PCSTR>,