How to call void extern function?

I want to use device api function like “memcpy(src, sdt, length)” with “tvm.call_extern”. But this function expression won’t appear in codegen, because it return void, and be ignored after lower.
So, is there any solution to add this device api?
Thanks for your reply !