pub unsafe extern "system" fn RtlAppendUnicodeStringToString(
    destination: *mut UNICODE_STRING,
    source: *const UNICODE_STRING
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"