[][src]Function mynewt::kernel::os::os_mbuf_copydata

pub unsafe extern "C" fn os_mbuf_copydata(
    m: *const os_mbuf,
    off: c_int,
    len: c_int,
    dst: *mut c_void
) -> c_int