()
| 548 | pub fn set_license<S: BnStrCompatible + Default>(_license: Option<S>) {} |
| 549 | |
| 550 | pub fn product() -> BnString { |
| 551 | unsafe { BnString::from_raw(BNGetProduct()) } |
| 552 | } |
| 553 | |
| 554 | pub fn product_type() -> BnString { |
| 555 | unsafe { BnString::from_raw(BNGetProductType()) } |
no outgoing calls
no test coverage detected