Skip to main content

call_once

Function call_once 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn call_once( flag: *mut once_flag, func: extern "C" fn(), )
Expand description