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