Skip to main content

xls_interpret_function

Function xls_interpret_function 

Source
pub unsafe extern "C" fn xls_interpret_function(
    function: *const CIrFunction,
    argc: size_t,
    args: *const *const CIrValue,
    error_out: *mut *mut c_char,
    result_out: *mut *mut CIrValue,
) -> bool