Function windows::Wdk::Storage::FileSystem::RtlInitUnicodeStringEx

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