autofill_error_info_received_cb typedef
@brief Called when receiving the error information.
@since_tizen 5.5
@remarks @a ah should not be freed and can be used only in the callback.
@remarks @a error_info should not be freed and can be used only in the callback.
@paramin
ah The autofill handle
@paramin
error_info The autofill error information handle
@paramin
user_data The user data passed from the callback function
@see autofill_error_info_set_received_cb()
Implementation
typedef autofill_error_info_received_cb
= ffi.Pointer<ffi.NativeFunction<autofill_error_info_received_cbFunction>>;