windows::Wdk::Storage::FileSystem

Function RtlCreateUnicodeString

pub unsafe fn RtlCreateUnicodeString<P1>(
    destinationstring: *mut UNICODE_STRING,
    sourcestring: P1,
) -> bool
where P1: Param<PCWSTR>,