Type Definition libindy_sys::indyLoggerLogCb[][src]

type indyLoggerLogCb = Option<unsafe extern "C" fn(context: *const c_void, level: indy_u32_t, target: *const c_char, message: *const c_char, module_path: *const c_char, file: *const c_char, line: indy_u32_t)>;