#[unsafe(no_mangle)] pub extern "C" fn WFAdd(left: u32, right: u32) -> u32 { left + right }