pub unsafe fn CharPrevW<P0, P1>(lpszstart: P0, lpszcurrent: P1) -> PWSTR
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,