Enum libevdev_sys::evdev::va_list [] [src]

pub enum va_list {}

AFAIK there's no useful and officially supported way a Rust function can accept a C va_list, so you won't be able to use a custom logging function.