static ffi.Pointer<sigstack> $allocate( ffi.Allocator $allocator, { required ffi.Pointer<ffi.Char> ss_sp, required int ss_onstack, }) => $allocator<sigstack>() ..ref.ss_sp = ss_sp ..ref.ss_onstack = ss_onstack;