#[unsafe(no_mangle)]pub extern "C" fn xmlListFront(_list: *mut c_void) -> *mut c_void
Get front element.
void *xmlListFront(xmlListPtr list);