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

@brief Loads extension library to the device with a specified device name. @ingroup Core @param core A pointer to ie_core_t instance. @param extension_path Path to the extensions library file to load to a device. @param device_name A device name of a device to load the extensions to. @return Status code of the operation: OK(0) for success.