pub type jbl_json_printer = Option<unsafe extern "C" fn(data: *const c_char, size: c_int, ch: c_char, count: c_int, op: *mut c_void) -> iwrc>;Expand description
Prints JSON to some oputput specified by op
Aliased Type§
enum jbl_json_printer {
None,
Some(unsafe extern "C" fn(_: *const i8, _: i32, _: i8, _: i32, _: *mut c_void) -> u64),
}