pub unsafe extern "C" fn sgx_sha384_msg(
    p_src: *const u8,
    src_len: u32,
    p_hash: *mut Sha384Hash
) -> SgxStatus