Type Definition tvm::function::ffi::BackendPackedCFunc[][src]

pub type BackendPackedCFunc = extern "C" fn(*const TVMValue, *const i32, i32, *mut TVMValue, *mut u32, *mut c_void) -> i32;