usb_host_transferred_cbFunction typedef

usb_host_transferred_cbFunction = Void Function(usb_host_transfer_h transfer, Pointer<Void> user_data)

Implementation

typedef usb_host_transferred_cbFunction = ffi.Void Function(
    usb_host_transfer_h transfer, ffi.Pointer<ffi.Void> user_data);