pub unsafe extern "system" fn RtlInsertEntryHashTable(
    hashtable: *const RTL_DYNAMIC_HASH_TABLE,
    entry: *const RTL_DYNAMIC_HASH_TABLE_ENTRY,
    signature: usize,
    context: *mut RTL_DYNAMIC_HASH_TABLE_CONTEXT
) -> BOOLEAN
Expand description

Required features: "Win32_Foundation", "Win32_System_Kernel"