Function windows::Wdk::Storage::FileSystem::RtlCreateUnicodeString

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