Function windows::Wdk::System::SystemServices::RtlAppendUnicodeToString

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