pub type CodeNativeHandlerFn = unsafe extern "C" fn(particle: CodeValue) -> CodeValue;
Native handler signature: fn(particle) -> CodeValue.
fn(particle) -> CodeValue