pub unsafe fn GetNumberFormatW<P2>( locale: u32, dwflags: u32, lpvalue: P2, lpformat: Option<*const NUMBERFMTW>, lpnumberstr: Option<&mut [u16]>, ) -> i32where P2: Param<PCWSTR>,