ma_log_init function
ma_result
ma_log_init(
- Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - 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));