pub unsafe fn MatchToken<P0, P1>(pwszusertoken: P0, pwszcmdtoken: P1) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,