#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlModuleSymbol(
module: *mut _xmlModule,
name: *const c_char,
symbol: *mut *mut c_void,
) -> c_intExpand description
§UPSTREAM-PARITY
int xmlModuleSymbol(xmlModule *module, const char *name, void **symbol);