burn_version

Function burn_version 

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

Returns the library’s version in its parts. This is the runtime counterpart of the three build time macros burn_header_version_* below.

@param major The major version number

@param minor The minor version number

@param micro The micro version number