pub unsafe extern "C" fn ble_glue_set_key_storage_changed_callback(
    callback: Option<unsafe extern "C" fn(*mut u8, u16, *mut c_void)>,
    context: *mut c_void
)
Expand description

Set callback for NVM in RAM changes

@param[in] callback The callback to call on NVM change @param context The context for callback