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