pub unsafe extern "system" fn RtlFindUnicodeSubstring(
    FullString: PUNICODE_STRING,
    SearchString: PUNICODE_STRING,
    CaseInSensitive: BOOLEAN
) -> PWCHAR