pub unsafe fn CharPrevA<P0, P1>(lpszstart: P0, lpszcurrent: P1) -> PSTR
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,