ma_log_postf function

ma_result ma_log_postf(
  1. Pointer<ma_log> pLog,
  2. Dartma_uint32 level,
  3. Pointer<Char> pFormat
)

Implementation

ma_result ma_log_postf(
  ffi.Pointer<ma_log> pLog,
  Dartma_uint32 level,
  ffi.Pointer<ffi.Char> pFormat,
) => ma_result.fromValue(_ma_log_postf(pLog, level, pFormat));