pub unsafe extern "C" fn ImFont_AddRemapChar(
    _self: *mut ImFont,
    dst: ImWchar,
    src: ImWchar,
    overwrite_dst: bool
)