pub unsafe extern "C" fn sm4_set_decrypt_key(
    key: *mut SM4_KEY,
    raw_key: *const u8
)