pub unsafe fn EngWideCharToMultiByte<P0>(
    codepage: u32,
    widecharstring: P0,
    bytesinwidecharstring: i32,
    multibytestring: Option<&mut [u8]>
) -> i32
where P0: IntoParam<PCWSTR>,