pub fn license_location() -> Option<LicenseLocation>
Expand description
Attempts to identify the license location type, this follows the same order as core initialization.
This is useful if you want to know whether the core will use your license. If this returns None
you should look setting the BN_LICENSE
environment variable, or calling set_license
.