Skip to main content

fexpr_call3

Function fexpr_call3 

Source
pub unsafe extern "C" fn fexpr_call3(
    res: *mut fexpr_struct,
    f: *const fexpr_struct,
    x1: *const fexpr_struct,
    x2: *const fexpr_struct,
    x3: *const fexpr_struct,
)