pub unsafe extern "C" fn miracle_window_set_rectangle(
window_internal: i64,
x: i32,
y: i32,
width: i32,
height: i32,
animate: i32,
) -> i32Expand description
Set the position and size of a managed window. Returns 0 on success, -1 on error.