pub unsafe extern "C" fn JS_ValueSetBoolean(
    value: *mut Value,
    x: bool
)