pub unsafe fn SymMatchString<P0, P1>( string: P0, expression: P1, fcase: bool, ) -> Result<()>where P0: Param<PCSTR>, P1: Param<PCSTR>,