use ;
use ToTokens;
use ;
const ABI: &str = "vectorcall";
const ABI: &str = "C";
/// Parses a function and sets the correct ABI to interact with PHP depending
/// on the OS.
///
/// On Windows, this sets the extern ABI to vectorcall while on all other OS
/// it sets it to C.