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

Required features: "Win32_Foundation", "Win32_System_Kernel"