Function posix_spawn

Source
pub unsafe extern "C" fn posix_spawn(
    pid: *mut i32,
    path: *const i8,
    file_actions: *const *mut c_void,
    attrp: *const *mut c_void,
    argv: *const *mut i8,
    envp: *const *mut i8,
) -> i32