Function windows::Wdk::System::SystemServices::RtlCompareUnicodeStrings
pub unsafe fn RtlCompareUnicodeStrings<P0>(
string1: &[u16],
string2: &[u16],
caseinsensitive: P0,
) -> i32where
P0: Param<BOOLEAN>,