pub unsafe extern "C" fn openmpt_module_get_num_patterns(
mod_: *mut openmpt_module,
) -> i32
Expand description
\brief Get the number of patterns
\param mod The module handle to work on. \return The number of distinct patterns in the module.
pub unsafe extern "C" fn openmpt_module_get_num_patterns(
mod_: *mut openmpt_module,
) -> i32
\brief Get the number of patterns
\param mod The module handle to work on. \return The number of distinct patterns in the module.