pub unsafe extern "C" fn sgx_aes_ctr_decrypt(
    p_key: *const Key128bit,
    p_src: *const u8,
    src_len: u32,
    p_ctr: *mut u8,
    ctr_inc_bits: u32,
    p_dst: *mut u8
) -> SgxStatus