[][src]Type Definition mynewt::encoding::tinycbor::cbor_memcpy

type cbor_memcpy = Option<unsafe extern "C" fn(d: *mut cbor_decoder_reader, buf: *mut c_char, offset: c_int, len: usize) -> usize>;