pub unsafe fn RtlCreateHashTableEx( hashtable: *mut *mut RTL_DYNAMIC_HASH_TABLE, initialsize: u32, shift: u32, flags: Option<u32>, ) -> bool