Type Definition duktape_ffi::duk_free_function [] [src]

type duk_free_function = Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)>;