pub unsafe fn PostThreadMessageW<'a>( idthread: u32, msg: u32, wparam: impl IntoParam<'a, WPARAM>, lparam: impl IntoParam<'a, LPARAM>, ) -> BOOL