#[externally_visible]
Expand description

Notifies the codegen that this function is externally visible and should not be removed if it is not used by a kernel. Usually used for linking with other PTX/cubin files.

Panics

Panics if the function is not also no_mangle.