#[no_mangle]
pub unsafe extern "C" fn logging_log_header(
trader_id: TraderId,
machine_id_ptr: *const c_char,
instance_id: UUID4,
component_ptr: *const c_char,
)
Expand description
Logs the Posei system header.
§Safety
This function assumes:
machine_id_ptr
is a valid C string pointer.component_ptr
is a valid C string pointer.