pub unsafe fn CharNextExA<P0>(
    codepage: u16,
    lpcurrentchar: P0,
    dwflags: u32
) -> PSTR
where P0: IntoParam<PCSTR>,