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