pub unsafe extern "C" fn Options_GetInt(
    key: *const c_char,
    min: c_int,
    max: c_int,
    defValue: c_int
) -> c_int