pub unsafe fn abi_entry_light<T: AbiExportable + ?Sized>(flag: AbiProtocol)Expand description
Helper implementation of ABI entry point.
The actual low level extern "C" functions call into this.
This is an entry point meant to be used by the derive macro.
This version, the ‘light version’, does not support instance creation.
§Safety
The ‘AbiProtocol’ protocol must only contain valid data.