Type Definition duktape_ffi::duk_c_function [] [src]

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