pub unsafe extern "C" fn nvs_get_i64(
    handle: u32,
    key: *const u8,
    out_value: *mut i64,
) -> i32Expand description
@brief get int64_t value for given key
This function is the same as \c nvs_get_i8 except for the data type.
pub unsafe extern "C" fn nvs_get_i64(
    handle: u32,
    key: *const u8,
    out_value: *mut i64,
) -> i32@brief get int64_t value for given key
This function is the same as \c nvs_get_i8 except for the data type.