PFLS_CALLBACK_FUNCTION typedef

PFLS_CALLBACK_FUNCTION = Void Function(Pointer<Void>)

Implementation

typedef PFLS_CALLBACK_FUNCTION = ffi.Void Function(
  ffi.Pointer<ffi.Void>,
);