pub unsafe extern "C" fn openmpt_is_extension_supported(
extension: *const c_char,
) -> c_intExpand description
\brief Query whether a file extension is supported
\param extension file extension to query without a leading dot. The case is ignored. \return 1 if the extension is supported by libopenmpt, 0 otherwise.