TrustCallback

Type Alias TrustCallback 

Source
pub type TrustCallback = *const dyn Fn(&String, &String, &String, &String) -> i32;
Expand description

Type alias for SSL trust callback function.