#[no_mangle] pub unsafe extern "C" fn relay_is_codeowners_path_match( value: *const RelayBuf, pattern: *const RelayStr, ) -> bool
Returns true if the codeowners path matches the value, false otherwise.
true
false