Function RAND_bytes_ex

Source
pub unsafe extern "C" fn RAND_bytes_ex(
    ctx: *mut ossl_lib_ctx_st,
    buf: *mut u8,
    num: usize,
    strength: u32,
) -> i32