windows::Wdk::System::SystemServices

Function RtlAppendUnicodeToString

pub unsafe fn RtlAppendUnicodeToString<P1>(
    destination: *mut UNICODE_STRING,
    source: P1,
) -> NTSTATUS
where P1: Param<PCWSTR>,