Type Definition nettle_sys::nettle_random_func[][src]

type nettle_random_func = Option<unsafe extern "C" fn(ctx: *mut c_void, length: usize, dst: *mut u8)>;