Type Definition tvm_sys::ffi::BackendPackedCFunc[][src]

pub type BackendPackedCFunc = extern "C" fn(args: *const TVMValue, type_codes: *const c_int, num_args: c_int, out_ret_value: *mut TVMValue, out_ret_tcode: *mut u32, resource_handle: *mut c_void) -> c_int;