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