pub unsafe extern "C" fn nettle_blowfish_set_key(
    ctx: *mut blowfish_ctx,
    length: usize,
    key: *const u8
) -> c_int