pub trait WKScriptMessage: Sized { // Required methods unsafe fn body(self) -> id; unsafe fn frameInfo(self) -> id; unsafe fn name(self) -> id; unsafe fn webView(self) -> id; }
All the FFI functions are unsafe.