pub unsafe extern "C" fn posix_spawnp(
    pid: *mut i32,
    file: *const i8,
    file_actions: *const posix_spawn_file_actions_t,
    attrp: *const posix_spawnattr_t,
    argv: *const *mut i8,
    envp: *const *mut i8
) -> i32