pub unsafe extern "C" fn cef_api_hash(
version: c_int,
entry: c_int,
) -> *const c_charExpand description
Configures the CEF API version and returns API hashes for the libcef library. The returned string is owned by the library and should not be freed. The |version| parameter should be CEF_API_VERSION and any changes to this value will be ignored after the first call to this method. The |entry| parameter describes which hash value will be returned:
0 - CEF_API_HASH_PLATFORM 1 - CEF_API_HASH_UNIVERSAL (deprecated, same as CEF_API_HASH_PLATFORM) 2 - CEF_COMMIT_HASH (from cef_version.h)