Function xmlHashLookup
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlHashLookup(
_table: *mut c_void,
_name: *const xmlChar,
) -> *mut c_void
Expand description
Look up an entry.
ยงUPSTREAM-PARITY
void *xmlHashLookup(xmlHashTablePtr table, const xmlChar *name);