[][src]Function esp_idf_bindgen::nvs_get_i32

pub unsafe extern "C" fn nvs_get_i32(
    handle: nvs_handle_t,
    key: *const c_char,
    out_value: *mut i32
) -> esp_err_t