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