Function windows::Wdk::Storage::FileSystem::RtlCreateUnicodeString
pub unsafe fn RtlCreateUnicodeString<P0>(
destinationstring: *mut UNICODE_STRING,
sourcestring: P0,
) -> BOOLEANwhere
P0: Param<PCWSTR>,