pub unsafe extern "C" fn YASL_throw_err(
    S: *mut YASL_State,
    error: c_int
) -> !
Expand description

[-0, +0] Causes a fatal error. @param S the YASL_State in which the error occured. @param error the error code.