pub type TrustCallback = *const dyn Fn(&String, &String, &String, &String) -> i32;
Type alias for SSL trust callback function.