Skip to main content

NativeAbiCall

Type Alias NativeAbiCall 

Source
pub type NativeAbiCall = unsafe extern "C" fn(instance: *mut c_void, function: *const c_char, args: NativeAbiBorrowedBytes) -> NativeAbiCallResponse;
Expand description

Entry that invokes a named guest function with borrowed argument bytes.