#[unsafe(no_mangle)]pub unsafe extern "C" fn call_once( flag: *mut once_flag, func: extern "C" fn(), )
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/call_once.html.