pub fn llama_supports_mlock() -> bool
Checks if mlock is supported.
if llama_supports_mlock() { println!("mlock is supported!"); } else { println!("mlock is not supported!"); }