[][src]Function ofx_sys::OfxGetNumberOfPlugins

pub unsafe extern "C" fn OfxGetNumberOfPlugins() -> c_int

@brief Defines the number of plug-ins implemented inside a binary

A host calls this to determine how many plug-ins there are inside a binary it has loaded. A function of this type must be implemented in and exported from each plug-in binary.