pub unsafe fn mciLoadCommandResource<P0, P1>(
    hinstance: P0,
    lpresname: P1,
    wtype: u32
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,