pub unsafe extern "C" fn fuse_opt_match(
opts: *const fuse_opt,
opt: *const c_char,
) -> c_intExpand description
Check if an option matches
@param opts is the option description array @param opt is the option to match @return 1 if a match is found, 0 if not