[][src]Type Definition libyaml_sys::yaml_read_handler_t

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