Function execvp

Source
pub unsafe extern "C" fn execvp(
    __file: *const i8,
    __argv: *const *mut i8,
) -> i32