pub unsafe trait CIPlugInRegistration {
// Provided method
unsafe fn load(&self, host: *mut c_void) -> bool
where Self: Sized + Message { ... }
}Available on crate feature
CIPlugInInterface only.pub unsafe trait CIPlugInRegistration {
// Provided method
unsafe fn load(&self, host: *mut c_void) -> bool
where Self: Sized + Message { ... }
}CIPlugInInterface only.