Function execvP

Source
pub unsafe extern "C" fn execvP(
    file: *const i8,
    search_path: *const i8,
    argv: *const *mut i8,
) -> i32