uv_random_cb

Type Alias uv_random_cb 

Source
pub type uv_random_cb = Option<unsafe extern "C" fn(req: *mut uv_random_t, status: c_int, buf: *mut c_void, buflen: size_t)>;

Aliased Type§

pub enum uv_random_cb {
    None,
    Some(unsafe extern "C" fn(*mut uv_random_s, i32, *mut c_void, u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut uv_random_s, i32, *mut c_void, u64))

Some value of type T.