pub unsafe fn ie_core_unregister_plugin(
    core: *mut ie_core_t,
    device_name: *const c_char
) -> IEStatusCode
Expand description

@brief Unregisters a plugin with a specified device name. @ingroup Core @param core A pointer to ie_core_t instance. @param device_name A device name of the device to unregister. @return Status code of the operation: OK(0) for success.