pub type GExiv2LogHandler = extern "C" fn(level: GExiv2LogLevel, msg: *const c_char);
Expand description

Handler function that receives gexiv2 log messages and processes them as desired.