[][src]Function opensc_sys::sc_mem_clear

pub unsafe extern "C" fn sc_mem_clear(ptr: *mut c_void, len: size_t)

Clears a memory buffer (note: when OpenSSL is used this is currently a wrapper for OPENSSL_cleanse() ). @param ptr pointer to the memory buffer @param len length of the memory buffer