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