pub unsafe extern "C" fn rice_stream_get_component(
stream: *mut RiceStream,
component_id: usize,
) -> *mut RiceComponentExpand description
Retrieve a previously added RiceComponent.
If the RiceComponent does not exist, NULL is returned.