pub type trtLogCallback = unsafe extern "C" fn(severity: trtSeverity_t, msg: *const c_char, user: *mut c_void);
Logger callback signature (matches nvinfer1::ILogger::log).
nvinfer1::ILogger::log