Function execl

pub unsafe extern "C" fn execl(
    path: *const i8,
    arg0: *const i8,
    ...
) -> i32
Available on crate feature dep_sdl2 only.