Function FreeContext

Source
pub unsafe extern "C" fn FreeContext(ctx: *mut WinCtx) -> i32
Expand description

@brief Free the vmread context

@param ctx context to free

It frees all the data inside the ctx making it free to be disposed

@return Always 0