As PL_get_bool(),
but raises a type or instantiation error if t is not a valid
boolean value (true, false, on,
constoff, 1 or 0). PL_get_stdbool_ex()
deals with the C11 bool type while PL_get_bool_ex()
targetted C standard versions before the introduction of bool.