pub unsafe extern "system" fn RtlDowncaseUnicodeString(
    DestinationString: PUNICODE_STRING,
    SourceString: PCUNICODE_STRING,
    AllocateDestinationString: BOOLEAN
) -> NTSTATUS