pool_conf_remove
if (pool_conf_remove(conf) != PO_SUCCESS)
if (pool_conf_remove(conf) != 0)
if (PoolInternal.pool_conf_remove(getConf()) !=
return ((jint)pool_conf_remove((pool_conf_t *)(uintptr_t)jconf));
extern int pool_conf_remove(pool_conf_t *);