pub unsafe extern "C" fn realpath(
    pathname: *const i8,
    resolved: *mut i8
) -> *mut i8