pub unsafe extern "C" fn AES_set_decrypt_key(
    userKey: *const c_uchar,
    bits: c_int,
    key: *mut AES_KEY
) -> c_int