pub type NativeAbiManifest = unsafe extern "C" fn(instance: *mut c_void) -> NativeAbiCallResponse;Expand description
Entry that returns the guest’s encoded manifest as a call response.
pub type NativeAbiManifest = unsafe extern "C" fn(instance: *mut c_void) -> NativeAbiCallResponse;Entry that returns the guest’s encoded manifest as a call response.