pub unsafe extern "C" fn SetBooleanSignedChar(
boolptr: *mut c_schar,
str_: *mut c_char,
) -> c_scharExpand description
Sets the value of a signed character based on the string argument passed.
Returns TRUE if the string was not a valid value, FALSE otherwise.