Function EVP_RAND_instantiate

Source
pub unsafe extern "C" fn EVP_RAND_instantiate(
    ctx: *mut evp_rand_ctx_st,
    strength: u32,
    prediction_resistance: i32,
    pstr: *const u8,
    pstr_len: usize,
    params: *const ossl_param_st,
) -> i32