Function windows::Win32::System::WindowsProgramming::RtlUnicodeStringToOemString
pub unsafe fn RtlUnicodeStringToOemString<P0>(
destinationstring: *mut STRING,
sourcestring: *mut UNICODE_STRING,
allocatedestinationstring: P0,
) -> NTSTATUSwhere
P0: Param<BOOLEAN>,