log_tFunction typedef

log_tFunction = Void Function(Int64, Int, Pointer<Char>)

Implementation

typedef log_tFunction = ffi.Void Function(
    ffi.Int64, ffi.Int, ffi.Pointer<ffi.Char>);