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