跳到主要内容

atexit

搜索

函数 atexit 

源代码
pub unsafe extern "C" fn atexit(
    arg1: Option<unsafe extern "C" fn()>,
) -> c_int