pub unsafe extern "C" fn ddwaf_object_get_bool(
object: *const ddwaf_object,
) -> boolExpand description
Returns the boolean contained within the object.
@param object The object from which to get the boolean.
@return The boolean or false if the object is not a boolean.