Function alpm_sys::alpm_compute_md5sum
source · pub unsafe extern "C" fn alpm_compute_md5sum(
filename: *const c_char
) -> *mut c_char
Expand description
Get the md5 sum of file. @param filename name of the file @return the checksum on success, NULL on error