pub unsafe extern "system" fn MultiByteToWideChar(
    codepage: u32,
    dwflags: MULTI_BYTE_TO_WIDE_CHAR_FLAGS,
    lpmultibytestr: PCSTR,
    cbmultibyte: i32,
    lpwidecharstr: PWSTR,
    cchwidechar: i32
) -> i32
Expand description

Required features: "Win32_Globalization"