ma_async_notification_event_uninit function

ma_result ma_async_notification_event_uninit(
  1. Pointer<ma_async_notification_event> pNotificationEvent
)

Implementation

ma_result ma_async_notification_event_uninit(
  ffi.Pointer<ma_async_notification_event> pNotificationEvent,
) => ma_result.fromValue(
  _ma_async_notification_event_uninit(pNotificationEvent),
);