Skip to main content

xmlModuleRegisterFunc

Type Alias xmlModuleRegisterFunc 

Source
pub type xmlModuleRegisterFunc = unsafe extern "C" fn(module: *mut c_void) -> c_int;
Expand description

Module register/unregister callback.