pub unsafe fn mmDrvInstall<P0, P1>(
    hdriver: P0,
    wszdrventry: P1,
    drvmessage: DRIVERMSGPROC,
    wflags: u32
) -> u32
where P0: IntoParam<HDRVR>, P1: IntoParam<PCWSTR>,