5 lines
72 B
Rust
5 lines
72 B
Rust
#[no_mangle]
|
|
pub extern "C" fn dla_rust_disabled() -> bool {
|
|
true
|
|
}
|