pub unsafe extern "system" fn RtlDuplicateUnicodeString(
    flags: u32,
    stringin: *const UNICODE_STRING,
    stringout: *mut UNICODE_STRING
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"