Function CRYPTO_atomic_store

Source
pub unsafe extern "C" fn CRYPTO_atomic_store(
    dst: *mut u64,
    val: u64,
    lock: *mut c_void,
) -> i32