[][src]Function ntapi::ntrtl::RtlUTF8ToUnicodeN

pub unsafe extern "system" fn RtlUTF8ToUnicodeN(
    UnicodeStringDestination: PWSTR,
    UnicodeStringMaxByteCount: ULONG,
    UnicodeStringActualByteCount: PULONG,
    UTF8StringSource: PCCH,
    UTF8StringByteCount: ULONG
) -> NTSTATUS