windows::Win32::Globalization

Function GetNumberFormatA

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