pub unsafe extern "system" fn RtlPrefixUnicodeString(
    string1: *const UNICODE_STRING,
    string2: *const UNICODE_STRING,
    caseinsensitive: BOOLEAN,
) -> BOOLEAN