Type Definition duktape_ffi::duk_decode_char_function [] [src]

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