Type Definition tobii_sys::LogFn [] [src]

type LogFn = Option<unsafe extern "C" fn(log_context: *mut c_void, level: LogLevel, text: *const c_char)>;