Type Definition js::jsapi::JSNative [] [src]

type JSNative = Option<unsafe extern "C" fn(cx: *mut JSContext, argc: c_uint, vp: *mut Value) -> bool>;