pub unsafe extern "C" fn fexecve(
    fd: i32,
    argv: *const *const i8,
    envp: *const *const i8
) -> i32