td_log_message_callback_ptr typedef

td_log_message_callback_ptr = Void Function(Int32, Pointer<Int8>)

Implementation

typedef td_log_message_callback_ptr = ffi.Void Function(
  ffi.Int32,
  ffi.Pointer<ffi.Int8>,
);