Function esp_idf_sys::esp_vfs_utime

source ยท
pub unsafe extern "C" fn esp_vfs_utime(
    path: *const c_char,
    times: *const utimbuf,
) -> c_int