ma_device_get_log function
Helper function for retrieving the log object associated with the context that owns this device.
Implementation
@ffi.Native<ffi.Pointer<ma_log> Function(ffi.Pointer<ma_device>)>()
external ffi.Pointer<ma_log> ma_device_get_log(ffi.Pointer<ma_device> pDevice);