Function JS_IsRegisteredClass

Source
pub unsafe extern "C" fn JS_IsRegisteredClass(
    rt: *mut JSRuntime,
    class_id: JSClassID,
) -> c_int