pub unsafe fn GetStringTypeExA<P0>(
    locale: u32,
    dwinfotype: u32,
    lpsrcstr: P0,
    cchsrc: i32,
    lpchartype: *mut u16
) -> BOOL
where P0: IntoParam<PCSTR>,