[][src]Function safe_app::ffi::app_reset_object_cache

#[no_mangle]
pub unsafe extern "C" fn app_reset_object_cache(
    app: *mut App,
    user_data: *mut c_void,
    o_cb: extern "C" fn(user_data: *mut c_void, result: *const FfiResult)
)

Resets the object cache. Removes all objects currently in the object cache and invalidates all existing object handles.