[][src]Function ofx_sys::OfxGetPlugin

pub unsafe extern "C" fn OfxGetPlugin(nth: c_int) -> *mut OfxPlugin

@brief Returns the 'nth' plug-in implemented inside a binary

Returns a pointer to the 'nth' plug-in implemented in the binary. A function of this type must be implemented in and exported from each plug-in binary.