Function windows::Wdk::System::SystemServices::RtlInitializeGenericTableAvl
pub unsafe fn RtlInitializeGenericTableAvl(
table: *mut RTL_AVL_TABLE,
compareroutine: PRTL_AVL_COMPARE_ROUTINE,
allocateroutine: PRTL_AVL_ALLOCATE_ROUTINE,
freeroutine: PRTL_AVL_FREE_ROUTINE,
tablecontext: Option<*const c_void>,
)