Function windows::Wdk::System::SystemServices::RtlHashUnicodeString
pub unsafe fn RtlHashUnicodeString<P0>(
string: *const UNICODE_STRING,
caseinsensitive: P0,
hashalgorithm: u32,
hashvalue: *mut u32,
) -> NTSTATUSwhere
P0: Param<BOOLEAN>,