pub unsafe fn RtlInsertElementGenericTableAvl(
    table: *const RTL_AVL_TABLE,
    buffer: *const c_void,
    buffersize: u32,
    newelement: Option<*mut BOOLEAN>,
) -> *mut c_void