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

Return true if the given context is currently valid, otherwise false.