uv_once

Function uv_once 

Source
pub unsafe extern "C" fn uv_once(
    guard: *mut uv_once_t,
    callback: Option<unsafe extern "C" fn()>,
)