#[no_mangle]
pub unsafe extern "C" fn relay_validate_project_config(
    value: *const RelayStr,
    strict: bool
) -> RelayStr
Expand description

Validate entire project config.

If strict is true, checks for unknown fields in the input.