# sig/ffi/win32/extensions.rbs class FFI::Pointer def read_array_of_string: () -> untyped def read_utf16string: () -> untyped def read_wide_string: () -> untyped def read_wstring: () -> untyped def wide_to_utf8: () -> untyped end # sig/ffi/win32/extensions.rbs class String def read_wide_string: () -> untyped def wincode: () -> untyped def wstrip: () -> untyped end # sig/ffi/win32/extensions.rbs module FFI def raise_windows_error: () -> untyped def windows_error_message: () -> untyped end