ma_node_set_state function
Implementation
ma_result ma_node_set_state(ffi.Pointer<ma_node> pNode, ma_node_state state) =>
ma_result.fromValue(_ma_node_set_state(pNode, state.value));
ma_result ma_node_set_state(ffi.Pointer<ma_node> pNode, ma_node_state state) =>
ma_result.fromValue(_ma_node_set_state(pNode, state.value));