Function _THArgCheck

Source
pub unsafe extern "C" fn _THArgCheck(
    file: *const c_char,
    line: c_int,
    condition: c_int,
    argNumber: c_int,
    fmt: *const c_char,
    ...
)