windows::Win32::Globalization

Function GetStringTypeExW

pub unsafe fn GetStringTypeExW<P2>(
    locale: u32,
    dwinfotype: u32,
    lpsrcstr: P2,
    cchsrc: i32,
    lpchartype: *mut u16,
) -> Result<()>
where P2: Param<PCWSTR>,