#[unsafe(no_mangle)]
pub unsafe extern "C" fn relay_store_normalizer_new(
config: *const RelayStr,
_geoip_lookup: *const RelayGeoIpLookup,
) -> *mut RelayStoreNormalizer
Expand description
Creates a new normalization config.
#[unsafe(no_mangle)]
pub unsafe extern "C" fn relay_store_normalizer_new(
config: *const RelayStr,
_geoip_lookup: *const RelayGeoIpLookup,
) -> *mut RelayStoreNormalizer
Creates a new normalization config.