Function fcplug_rclib::callback

source ·
pub fn callback<A: ABIMessage, R: ABIMessage, F: Fn(A) -> ABIResult<R>>(
    _ffi_method_name: &str,
    f: F,
    args: Buffer
) -> Buffer