Function ENGINE_get_ciphers

Source
pub unsafe extern "C" fn ENGINE_get_ciphers(
    e: *const engine_st,
) -> Option<unsafe extern "C" fn(_: *mut engine_st, _: *mut *const evp_cipher_st, _: *mut *const i32, _: i32) -> i32>