Function windows::Wdk::System::SystemServices::RtlAppendUnicodeToString
pub unsafe fn RtlAppendUnicodeToString<P0>(
destination: *mut UNICODE_STRING,
source: P0,
) -> NTSTATUSwhere
P0: Param<PCWSTR>,