pub unsafe extern "C" fn k_obj_core_unlink(obj_core: *mut k_obj_core)
Expand description
@brief Unlink the kernel object from the kernel object type list
Kernel objects can be unlinked from their respective kernel object type lists. If on a list, it must be done at the end of the kernel object’s life cycle.
@param obj_core Pointer to the kernel object