Function fnmatch

pub unsafe extern "C" fn fnmatch(
    pattern: *const i8,
    name: *const i8,
    flags: i32,
) -> i32
Available on crate feature dep_sdl2 only.