pub unsafe extern "C" fn rcutils_log(
    location: *const rcutils_log_location_t,
    severity: c_int,
    name: *const c_char,
    format: *const c_char
)
Expand description

Log a message.