pub unsafe extern "C" fn openmpt_module_get_pattern_num_rows(
    mod_: *mut openmpt_module,
    pattern: i32
) -> i32
Expand description

\brief Get the number of rows in a pattern

\param mod The module handle to work on. \param pattern The pattern whose row count should be retrieved. \return The number of rows in the given pattern. If the pattern does not exist, 0 is returned.