[][src]Type Definition libyaml_sys::yaml_write_handler_t

type yaml_write_handler_t = Option<unsafe extern "C" fn(data: *mut c_void, buffer: *mut c_uchar, size: usize) -> c_int>;