pub fn transpile_device_function(func: &ItemFn) -> Result<String>
Transpile a Rust function to a CUDA __device__ function.
__device__
This generates a device-callable function (not a kernel) from Rust code.