Function windows_sys::Wdk::System::SystemServices::RtlCreateHashTableEx

pub unsafe extern "system" fn RtlCreateHashTableEx(
    hashtable: *mut *mut RTL_DYNAMIC_HASH_TABLE,
    initialsize: u32,
    shift: u32,
    flags: u32,
) -> BOOLEAN