pub unsafe extern "system" fn RtlCompareString(
    string1: *const STRING,
    string2: *const STRING,
    caseinsensitive: BOOLEAN
) -> i32
Expand description

Required features: "Win32_Foundation", "Win32_System_Kernel"