Type Definition ceph_rust::ceph::rados_log_callback_t
[−]
[src]
type rados_log_callback_t = Option<extern fn(arg: *mut c_void, line: *const c_char, who: *const c_char, sec: uint64_t, nsec: uint64_t, seq: uint64_t, level: *const c_char, msg: *const c_char)>;