Type Alias jbl_json_printer

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, _: i32, _: i8, _: i32, _: *mut c_void) -> u64)

Some value of type T.