Function create_function

Source
pub fn create_function(
    _: *mut JSContext,
    func: JsFunction,
) -> Result<JSValue, ValueError>