ma_engine_node_init function

ma_result ma_engine_node_init(
  1. Pointer<ma_engine_node_config> pConfig,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  3. Pointer<ma_engine_node> pEngineNode
)

Implementation

ma_result ma_engine_node_init(
  ffi.Pointer<ma_engine_node_config> pConfig,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  ffi.Pointer<ma_engine_node> pEngineNode,
) => ma_result.fromValue(
  _ma_engine_node_init(pConfig, pAllocationCallbacks, pEngineNode),
);