pub type JSModuleCheckSupportedImportAttributes = Option<unsafe extern "C" fn(ctx: *mut JSContext, opaque: *mut c_void, attributes: JSValue) -> c_int>;Aliased Type§
pub enum JSModuleCheckSupportedImportAttributes {
None,
Some(unsafe extern "C" fn(*mut JSContext, *mut c_void, JSValue) -> i32),
}