rpc_port_stub_received_event_cbFunction typedef

rpc_port_stub_received_event_cbFunction = Int Function(Pointer<Char> sender, Pointer<Char> instance, rpc_port_h port, Pointer<Void> user_data)

Implementation

typedef rpc_port_stub_received_event_cbFunction = ffi.Int Function(
    ffi.Pointer<ffi.Char> sender,
    ffi.Pointer<ffi.Char> instance,
    rpc_port_h port,
    ffi.Pointer<ffi.Void> user_data);