pcall¶ function pcall(f: fun(...any):...unknown, arg1?: any, ...any) -> success: boolean 2. result: any 3. ...any