pub unsafe extern "system" fn RtlUnicodeToUTF8N(
    UTF8StringDestination: PCHAR,
    UTF8StringMaxByteCount: ULONG,
    UTF8StringActualByteCount: PULONG,
    UnicodeStringSource: PCWCH,
    UnicodeStringByteCount: ULONG
) -> NTSTATUS