pub unsafe extern "system" fn RtlCreateUnicodeString(
    destinationstring: *mut UNICODE_STRING,
    sourcestring: PCWSTR
) -> BOOLEAN
Expand description

Required features: "Win32_Foundation"