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