int timer_create( int __clock_id, ffi.Pointer<sigevent> __evp, ffi.Pointer<ffi.Pointer<ffi.Void>> __timerid, ) { return _timer_create( __clock_id, __evp, __timerid, ); }