noti_ex_manager_events_error_cbFunction typedef

noti_ex_manager_events_error_cbFunction = Void Function(noti_ex_manager_h handle, Int32 error, Int request_id, Pointer<Void> user_data)

Implementation

typedef noti_ex_manager_events_error_cbFunction = ffi.Void Function(
    noti_ex_manager_h handle,
    ffi.Int32 error,
    ffi.Int request_id,
    ffi.Pointer<ffi.Void> user_data);