#[unsafe(no_mangle)]pub unsafe extern "C" fn realpath( pathname: *const c_char, resolved: *mut c_char, ) -> *mut c_char
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/realpath.html.