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