pub unsafe extern "C" fn splitPathAtDirectory(
    pathname: *const c_char,
    pdir: *mut *mut c_char,
    ptail: *mut *mut c_char
) -> l_ok