pub unsafe extern "C" fn expand_filepath_with_mode(
    filepath: *const c_char,
    real_path: *mut c_char,
    relative_to: *const c_char,
    relative_to_len: usize,
    use_realpath: c_int
) -> *mut c_char