SdlLogOutputFunction typedef

SdlLogOutputFunction = Void Function(Pointer<NativeType> userdata, Int32 category, Int32 priority, Pointer<Utf8> message)

Implementation

typedef SdlLogOutputFunction =
    Void Function(
      Pointer<NativeType> userdata,
      Int32 category,
      Int32 priority,
      Pointer<Utf8> message,
    );