[][src]Type Definition duktape_ffi_raw::duk_c_function

type duk_c_function = Option<unsafe extern "C" fn(ctx: *mut duk_context) -> duk_ret_t>;