ma_async_notification_event_init function

ma_result ma_async_notification_event_init(
  1. Pointer<ma_async_notification_event> pNotificationEvent
)

Implementation

ma_result ma_async_notification_event_init(
  ffi.Pointer<ma_async_notification_event> pNotificationEvent,
) => ma_result.fromValue(_ma_async_notification_event_init(pNotificationEvent));