Function windows::Wdk::System::SystemServices::RtlUnicodeStringToUTF8String
pub unsafe fn RtlUnicodeStringToUTF8String<P0>(
destinationstring: *mut STRING,
sourcestring: *const UNICODE_STRING,
allocatedestinationstring: P0,
) -> NTSTATUSwhere
P0: Param<BOOLEAN>,