#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_ros2_name_is_fully_qualified(
name: *const c_char,
) -> boolExpand description
Reports whether a name is fully qualified, so it resolves with no namespace.
§Arguments
name- the candidate name, as null-terminated UTF-8.
§Returns
true when the name is fully qualified, or false if it is not or name is
null.
§Safety
name must be a valid null-terminated UTF-8 string for the duration of the
call, or null.