int pthread_sigmask( int arg0, ffi.Pointer<sigset_t> arg1, ffi.Pointer<sigset_t> arg2, ) { return _pthread_sigmask(arg0, arg1, arg2); }