Function OSSL_PARAM_allocate_from_text

Source
pub unsafe extern "C" fn OSSL_PARAM_allocate_from_text(
    to: *mut ossl_param_st,
    paramdefs: *const ossl_param_st,
    key: *const i8,
    value: *const i8,
    value_n: usize,
    found: *mut i32,
) -> i32