Function esp_idf_hal::sys::pbuf_copy_partial

source ยท
pub unsafe extern "C" fn pbuf_copy_partial(
    p: *const pbuf,
    dataptr: *mut c_void,
    len: u16,
    offset: u16,
) -> u16