pub unsafe extern "C" fn ImFormatString(
    buf: *mut c_char,
    buf_size: usize,
    fmt: *const c_char
    ...
) -> c_int