Function windows::Wdk::System::SystemServices::RtlCompareString

pub unsafe fn RtlCompareString<P0>(
    string1: *const STRING,
    string2: *const STRING,
    caseinsensitive: P0,
) -> i32
where P0: Param<BOOLEAN>,