int execv( ffi.Pointer<ffi.Char> __path, ffi.Pointer<ffi.Pointer<ffi.Char>> __argv, ) { return _execv(__path, __argv); }