pub unsafe extern "C" fn ucl_object_frombool(
    bv: bool
) -> *mut ucl_object_t
Expand description

Create an object from a boolean @param bv bool value @return new object