Function execvp

Source
pub unsafe extern "C" fn execvp(
    arg1: *const c_char,
    arg2: *const *mut c_char,
) -> c_int