windows::Wdk::Storage::FileSystem

Function RtlInitUnicodeStringEx

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