pub unsafe fn mciDriverNotify<P0>(
    hwndcallback: P0,
    wdeviceid: u32,
    ustatus: u32
) -> BOOL
where P0: IntoParam<HANDLE>,