[][src]Function esp_idf_bindgen::nvs_get_blob

pub unsafe extern "C" fn nvs_get_blob(
    handle: nvs_handle_t,
    key: *const c_char,
    out_value: *mut c_void,
    length: *mut size_t
) -> esp_err_t