pub unsafe extern "system" fn RtlOemStringToUnicodeString(
    DestinationString: PUNICODE_STRING,
    SourceString: PCOEM_STRING,
    AllocateDestinationString: BOOLEAN
) -> NTSTATUS