callback

Function callback 

Source
pub fn callback<'a, A, R, F>(
    _ffi_method_name: &'static str,
    f: F,
    args: &'a Buffer,
) -> FFIResult
where A: Message, R: Message, F: Fn(A) -> ABIResult<R>,