pub unsafe extern "C" fn nettle_twofish_set_key(
    ctx: *mut twofish_ctx,
    length: usize,
    key: *const u8
)