#[unsafe(no_mangle)]pub unsafe extern "C" fn obj_close(db: *mut obj_db_t)Expand description
Close a database handle. Null-tolerant.
§Safety
- If non-null,
dbmust have been returned byobj_open/obj_open_with_configand not yet freed. After this call returns the pointer is dangling — the caller must not use it again.