Function binaryen::ffi::BinaryenCallIndirect[][src]

pub unsafe extern "C" fn BinaryenCallIndirect(
    module: *mut c_void,
    target: *mut c_void,
    operands: *mut *mut c_void,
    numOperands: u32,
    type_: *const i8
) -> *mut c_void