pub unsafe fn SHSendMessageBroadcastW<P0, P1>(
    umsg: u32,
    wparam: P0,
    lparam: P1
) -> LRESULT
where P0: IntoParam<WPARAM>, P1: IntoParam<LPARAM>,