projectm_get_version_components

Function projectm_get_version_components 

Source
pub unsafe extern "C" fn projectm_get_version_components(
    major: *mut c_int,
    minor: *mut c_int,
    patch: *mut c_int,
)
Expand description

@brief Returns the runtime library version components as individual integers.

Components which aren’t required can be set to NULL.

@param major A pointer to an int that will be set to the major version. @param minor A pointer to an int that will be set to the minor version. @param patch A pointer to an int that will be set to the patch version.