Function windows::Win32::System::WindowsProgramming::RtlInitUnicodeString
pub unsafe fn RtlInitUnicodeString<P0>(
destinationstring: *mut UNICODE_STRING,
sourcestring: P0,
)where
P0: Param<PCWSTR>,