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