objc_runtime_sys/
message.rs

1#[link(name = "objc")]
2unsafe extern "C" {
3    pub unsafe fn objc_msgSend();
4}