#[unsafe(no_mangle)]pub unsafe extern "C" fn relay_is_glob_match(
value: *const RelayBuf,
pat: *const RelayStr,
flags: GlobFlags,
) -> boolExpand description
Performs a glob operation on bytes.
Returns true if the glob matches, false otherwise.