#[unsafe(no_mangle)]pub unsafe extern "C" fn fast_func(
q: *mut CompilerResult,
) -> *const usizeExpand description
Returns a pointer to the fast function if one can be compiled.
ยงSafety
1. If the model cannot be compiled to a fast function, NULL is returned.
2. A fast function code memory is leaked and is not deallocated.