pub unsafe extern "C" fn qdict_get_try_int(
    qdict: *const QDict,
    key: *const c_char,
    def_value: i64
) -> i64