pub unsafe fn MCIWndCreateA<P0, P1, P2>(
    hwndparent: P0,
    hinstance: P1,
    dwstyle: u32,
    szfile: P2
) -> HWND
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>, P2: IntoParam<PCSTR>,