pub unsafe extern "C" fn AES_set_encrypt_key(
    key: *const u8,
    bits: c_uint,
    aeskey: *mut AES_KEY
) -> c_int