[][src]Type Definition duktape_ffi_raw::duk_decode_char_function

type duk_decode_char_function = Option<unsafe extern "C" fn(udata: *mut c_void, codepoint: duk_codepoint_t)>;