pub unsafe extern "C" fn HAPI_SetServerEnvInt(
    session: *const HAPI_Session,
    variable_name: *const c_char,
    value: c_int
) -> HapiResult