pub unsafe extern "C" fn esp_vfs_rename(
    r: *mut _reent,
    src: *const c_char,
    dst: *const c_char
) -> c_int