Function execl

Source
pub unsafe extern "C" fn execl(
    __path: *const i8,
    __arg: *const i8,
    ...
) -> i32