autofill_error_info_received_cbFunction typedef

autofill_error_info_received_cbFunction = Void Function(autofill_h ah, autofill_error_info_h error_info, Pointer<Void> user_data)

Implementation

typedef autofill_error_info_received_cbFunction = ffi.Void Function(
    autofill_h ah,
    autofill_error_info_h error_info,
    ffi.Pointer<ffi.Void> user_data);