pub type RuntimeBytesVisitor = unsafe extern "C" fn(visitor_ctx: *mut c_void, bytes: RuntimeBytesRef);Expand description
Visitor callback for borrowed byte slices.
pub type RuntimeBytesVisitor = unsafe extern "C" fn(visitor_ctx: *mut c_void, bytes: RuntimeBytesRef);Visitor callback for borrowed byte slices.