pub unsafe extern "system" fn RtlUnicodeStringToCountedOemString(
    destinationstring: *mut STRING,
    sourcestring: *const UNICODE_STRING,
    allocatedestinationstring: BOOLEAN
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_Kernel"