pub unsafe extern "C" fn projectm_get_hard_cut_enabled(
instance: projectm_handle,
) -> boolExpand description
@brief Returns whether hard cuts are enabled or not. @param instance The projectM instance handle. @return True if hard cuts are enabled, false otherwise.