pub unsafe extern "system" fn EngMultiByteToWideChar(
    codepage: u32,
    widecharstring: PWSTR,
    bytesinwidecharstring: i32,
    multibytestring: PCSTR,
    bytesinmultibytestring: i32
) -> i32