pub fn free( address: usize, size: usize, free_type: VIRTUAL_FREE_TYPE) -> Result<(), FaitheError>
Tries to free memory pages in the target process.