[][src]Type Definition duktape_ffi_raw::duk_map_char_function

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