2025-09-14 01:32:20 +02:00
|
|
|
#[unsafe(no_mangle)]
|
|
|
|
|
pub fn no_mangle() {}
|
|
|
|
|
|
|
|
|
|
#[unsafe(link_section = ".here")]
|
|
|
|
|
pub fn link_section() {}
|
|
|
|
|
|
|
|
|
|
#[unsafe(export_name = "exonym")]
|
|
|
|
|
pub fn export_name() {}
|
|
|
|
|
|
2023-08-15 10:10:35 +02:00
|
|
|
#[non_exhaustive]
|
|
|
|
|
pub struct NonExhaustive;
|