pub unsafe extern "C" fn rcl_context_get_instance_id(
    context: *mut rcl_context_t
) -> rcl_context_instance_id_t
Expand description

Returns an unsigned integer that is unique to the given context, or 0 if invalid.