Skip to main content

apr_generate_random_bytes

Function apr_generate_random_bytes 

Source
pub unsafe extern "C" fn apr_generate_random_bytes(
    buf: *mut c_uchar,
    length: apr_size_t,
) -> apr_status_t
Expand description

Generate random bytes. @param buf Buffer to fill with random bytes @param length Length of buffer in bytes