[][src]Type Definition duk_sys::duk_decode_char_function

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