ma_async_notification_poll_init function

ma_result ma_async_notification_poll_init(
  1. Pointer<ma_async_notification_poll> pNotificationPoll
)

Implementation

ma_result ma_async_notification_poll_init(
  ffi.Pointer<ma_async_notification_poll> pNotificationPoll,
) => ma_result.fromValue(_ma_async_notification_poll_init(pNotificationPoll));