SCIPescapeString

Function SCIPescapeString 

Source
pub unsafe extern "C" fn SCIPescapeString(
    t: *mut c_char,
    bufsize: c_int,
    s: *const c_char,
)
Expand description

translates the given string into a string where symbols “, ’, and spaces are escaped with a \ prefix