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