pub unsafe extern "C" fn _frida_g_spawn_async_with_pipes_and_fds(
    working_directory: *const gchar,
    argv: *const *const gchar,
    envp: *const *const gchar,
    flags: GSpawnFlags,
    child_setup: GSpawnChildSetupFunc,
    user_data: gpointer,
    stdin_fd: gint,
    stdout_fd: gint,
    stderr_fd: gint,
    source_fds: *const gint,
    target_fds: *const gint,
    n_fds: gsize,
    child_pid_out: *mut GPid,
    stdin_pipe_out: *mut gint,
    stdout_pipe_out: *mut gint,
    stderr_pipe_out: *mut gint,
    error: *mut *mut GError
) -> gboolean