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