pub unsafe extern "C" fn execute_calculator_code(
    code: PCSTRINGZ,
    fvalue: *mut FLOAT64,
    ivalue: *mut SINT32,
    svalue: *mut PCSTRINGZ
) -> BOOL