ma_loshelf_node_uninit function

  1. @Native<Void Function(Pointer<ma_loshelf_node>, Pointer<ma_allocation_callbacks>)>(ffi.Pointer<ma_loshelf_node>, ffi.Pointer<ma_allocation_callbacks>)>()
void ma_loshelf_node_uninit(
  1. Pointer<ma_loshelf_node> pNode,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks
)

Implementation

@ffi.Native<
  ffi.Void Function(
    ffi.Pointer<ma_loshelf_node>,
    ffi.Pointer<ma_allocation_callbacks>,
  )
>()
external void ma_loshelf_node_uninit(
  ffi.Pointer<ma_loshelf_node> pNode,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);