pub unsafe extern "system" fn RtlFindUnicodeSubstring(
    FullString: *mut UNICODE_STRING,
    SearchString: *mut UNICODE_STRING,
    CaseInSensitive: BOOLEAN
) -> PWSTR