[][src]Type Definition duk_sys::duk_free_function

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