pub unsafe extern "C" fn IsFileExtension(
    fileName: *const c_char,
    ext: *const c_char
) -> bool
Expand description

Check file extension (including point: .png, .wav)