ma_log_init function

ma_result ma_log_init(
  1. Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  2. Pointer<ma_log> pLog
)

Implementation

ma_result ma_log_init(
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  ffi.Pointer<ma_log> pLog,
) => ma_result.fromValue(_ma_log_init(pAllocationCallbacks, pLog));