pub unsafe extern "C" fn olm_get_library_version(
    major: *mut u8,
    minor: *mut u8,
    patch: *mut u8
)
Expand description

Get the version number of the library. Arguments will be updated if non-null.